- Description:
- Properties of a WsPacket.
- Source:
Properties:
| Name | Type | Attributes | Description |
|---|---|---|---|
majorVersion |
number | null |
<optional> |
WsPacket majorVersion |
minorVersion |
number | null |
<optional> |
WsPacket minorVersion |
deviceId |
number | null |
<optional> |
WsPacket deviceId |
moduleId |
number | null |
<optional> |
WsPacket moduleId |
cmd |
number | null |
<optional> |
WsPacket cmd |
type |
number | null |
<optional> |
WsPacket type |
data |
Uint8Array | null |
<optional> |
WsPacket data |
clientId |
string | null |
<optional> |
WsPacket clientId |
Properties of a WsPacket.