Namespace: Packet

Packet

Packet is an abstract prototype used by UserPacket and AtemPacket
Source:

Members

body

Properties:
Name Type Description
commands Array.<Command> An array containing all the commands in the Packet
length Number The serialized body's length
serialize method Convert the body to a buffer
Source:
Represents the first 12 bytes of the serial packet
Properties:
Name Type Description
flags Number See flags
uid Number See Device ~ uid
ls Number Local sequence number
fs Number Foreign sequence number
packetLength Number The length of the serial packet
serialize() method Converts the header into a buffer
Source: