Class BoxConnectionStateChangedEventArgs
盒子状态更新参数
Inheritance
Object
EventArgs
BoxConnectionStateChangedEventArgs
Inherited Members
EventArgs.Empty
Object.Equals(Object)
Object.Equals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Object.ReferenceEquals(Object, Object)
Object.ToString()
Namespace: FBoxClientDriver.Contract
Assembly: FBoxClientDriver.Contract.dll
Syntax
public class BoxConnectionStateChangedEventArgs : EventArgs
Constructors
BoxConnectionStateChangedEventArgs(String, BoxConnectionState, BoxConnectionState)
Constructor
Declaration
public BoxConnectionStateChangedEventArgs(string boxNo, BoxConnectionState oldState, BoxConnectionState newState)
Parameters
Type | Name | Description |
---|---|---|
String | boxNo | 盒子编码 |
BoxConnectionState | oldState | 老的状态 |
BoxConnectionState | newState | 新的状态 |
Properties
BoxNo
盒子编码
Declaration
public string BoxNo { get; }
Property Value
Type | Description |
---|---|
String |
NewState
新状态
Declaration
public BoxConnectionState NewState { get; }
Property Value
Type | Description |
---|---|
BoxConnectionState |
OldState
老状态
Declaration
public BoxConnectionState OldState { get; }
Property Value
Type | Description |
---|---|
BoxConnectionState |