Interface IUDPConnectionResponse

interface IUDPConnectionResponse {
    connectionId: bigint;
    transactionId: number;
}

Properties

connectionId: bigint

Returns the connection ID

transactionId: number

Returns the transaction ID