Variable CLIENT_HELLOConst

CLIENT_HELLO: Record<{
    macAddress: String;
    type: Literal<"CLIENT_HELLO">;
}, false> = ...

A hello message from the client

Generated using TypeDoc