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