UNPKG

@sotatech/node-fixjs

Version:
12 lines (11 loc) 208 B
/** * Specifies the negotiation method to be used. * tag: 2115 * @readonly * @enum {number} (int) */ export declare enum NegotiationMethod { AutoSpot = 0, NegotiatedSpot = 1, PhoneSpot = 2 }