interface PseudoVariantByte {
    dataType: Byte | "UInt8";
    value: number;
}

Properties

Properties

dataType: Byte | "UInt8"
value: number