Home > rainway-sdk > RainwayTelemetryRecord
RainwayTelemetryRecord variable
Signature:
RainwayTelemetryRecord: {
encode(message: IRainwayTelemetryRecord): Uint8Array;
encodeInto(message: IRainwayTelemetryRecord, view: BebopView): number;
decode(buffer: Uint8Array): IRainwayTelemetryRecord;
readFrom(view: BebopView): IRainwayTelemetryRecord;
}