Class BaseUAObject
Constructors
constructor
-
Properties
schema
Methods
binaryStoreSize
- binaryStoreSize(): number
-
Returns number
number
clone
-
Returns any
decode
- decode(stream: BinaryStream): void
-
Parameters
Returns void
decodeDebug
-
Parameters
Returns void
encode
-
Parameters
Returns void
explore
-
Returns string
isValid
-
Returns boolean
boolean
toJSON
-
Returns any
toString
- toString(...args: any[]): string
-
Parameters
Returns string
Calculate the required size to store this object in a binary stream.