Свойство | Type | Description | |
---|---|---|---|
destinationDevice | DeviceAddress | ||
sourceDevice | DeviceAddress |
Méthode | Description | |
---|---|---|
CanStartWith ( byte packet, int length = -1 ) : bool | ||
Compare ( |
||
Compare ( byte packet ) : bool | ||
IsValid ( byte packet, int length = -1 ) : bool | ||
Message ( DeviceAddress source, DeviceAddress destination ) : System | ||
Message ( DeviceAddress source, DeviceAddress destination, string description ) : System | ||
Message ( byte source, byte destination ) : System | ||
Message ( byte source, byte destination, string description ) : System | ||
ToString ( ) : string | ||
TryCreate ( byte packet, int length = -1 ) : |
||
init ( byte source, byte destination, byte data, string description = null ) : void |
Méthode | Description | |
---|---|---|
CanStartWith ( byte packet, IntFromByteArray packetLengthCallback, int length = -1 ) : bool | ||
IsValid ( byte packet, IntFromByteArray packetLengthCallback, int length = -1 ) : bool | ||
ParseDataLength ( byte packet ) : int | ||
ParsePacketLength ( byte packet ) : int | ||
init ( byte source, byte destination, byte data, int packetLength, byte check, string description = null ) : void |
protected static CanStartWith ( byte packet, IntFromByteArray packetLengthCallback, int length = -1 ) : bool | ||
packet | byte | |
packetLengthCallback | IntFromByteArray | |
length | int | |
Résultat | bool |
public static CanStartWith ( byte packet, int length = -1 ) : bool | ||
packet | byte | |
length | int | |
Résultat | bool |
protected static IsValid ( byte packet, IntFromByteArray packetLengthCallback, int length = -1 ) : bool | ||
packet | byte | |
packetLengthCallback | IntFromByteArray | |
length | int | |
Résultat | bool |
public static IsValid ( byte packet, int length = -1 ) : bool | ||
packet | byte | |
length | int | |
Résultat | bool |
public Message ( DeviceAddress source, DeviceAddress destination ) : System | ||
source | DeviceAddress | |
destination | DeviceAddress | |
Résultat | System |
public Message ( DeviceAddress source, DeviceAddress destination, string description ) : System | ||
source | DeviceAddress | |
destination | DeviceAddress | |
description | string | |
Résultat | System |
public Message ( byte source, byte destination ) : System | ||
source | byte | |
destination | byte | |
Résultat | System |
public Message ( byte source, byte destination, string description ) : System | ||
source | byte | |
destination | byte | |
description | string | |
Résultat | System |
protected static ParseDataLength ( byte packet ) : int | ||
packet | byte | |
Résultat | int |
protected static ParsePacketLength ( byte packet ) : int | ||
packet | byte | |
Résultat | int |
public static TryCreate ( byte packet, int length = -1 ) : |
||
packet | byte | |
length | int | |
Résultat |
protected init ( byte source, byte destination, byte data, int packetLength, byte check, string description = null ) : void | ||
source | byte | |
destination | byte | |
data | byte | |
packetLength | int | |
check | byte | |
description | string | |
Résultat | void |
public init ( byte source, byte destination, byte data, string description = null ) : void | ||
source | byte | |
destination | byte | |
data | byte | |
description | string | |
Résultat | void |
protected DeviceAddress destinationDevice | ||
Résultat | DeviceAddress |