rxpoweredup
    Preparing search index...

    Type Alias AttachedIoAttachInboundMessage

    type AttachedIoAttachInboundMessage = {
        event: Attached;
        hardwareRevision: string;
        ioTypeId: IOType;
        messageType: attachedIO;
        portId: number;
        softwareRevision: string;
    }
    Index

    Properties

    event: Attached
    hardwareRevision: string
    ioTypeId: IOType
    messageType: attachedIO
    portId: number
    softwareRevision: string