meshcore.js
ReferenceInterfaces

SentFrame

Defined in: packages/protocol/src/types.ts:99

Sent response to a text message: flood or direct, the ack to expect and the suggested timeout.

Extends

  • ResponseBase

Properties

expectedAck

expectedAck: number;

Defined in: packages/protocol/src/types.ts:102


flood

flood: boolean;

Defined in: packages/protocol/src/types.ts:101


kind

kind: "response";

Defined in: packages/protocol/src/types.ts:53

Inherited from

ResponseBase.kind

suggestedTimeoutMs

suggestedTimeoutMs: number;

Defined in: packages/protocol/src/types.ts:103


type

type: "sent";

Defined in: packages/protocol/src/types.ts:100

On this page