interface ConnectorMethods {
    getId: any;
    sendPacket: any;
}

Properties

Properties

getId: any
sendPacket: any