Type alias ModemOptions

ModemOptions: {
    autoInitOnOpen: boolean;
    cnmiCommand: string;
    customInitCommand: string | null;
    deleteSmsOnReceive: boolean;
    enableConcatenation: boolean;
    pinCode: string | null;
}

Type declaration

  • autoInitOnOpen: boolean
  • cnmiCommand: string
  • customInitCommand: string | null
  • deleteSmsOnReceive: boolean
  • enableConcatenation: boolean
  • pinCode: string | null

Generated using TypeDoc