Skip to content
Snippets Groups Projects
dongle_callbacks.h 349 B
Newer Older
  • Learn to ignore specific revisions
  • #ifndef DONGLE_CALLBACKS_H
    #define DONGLE_CALLBACKS_H
    
    //dongle_pin enum..
    enum {
    	NEW_PIN,
    	CURRENT_PIN,
    	__SET_PIN_MAX
    };
    
    enum {
    	PIN,
    	__PIN_MAX
    };
    
    enum {
    	UNLOCK_PIN,
    	PUK,
    	__UNLOCK_MAX
    };
    
    //dongle_apn enum..
    enum {
    	APN_NAME,
    	__APN_MAX
    };
    
    enum {
    	PROFILE_NAME,
    	WAN_APN,
    	PDP_TYPE,
    	__CREATE_MAX
    };
    
    
    //dongle_network enum(None)..
    #endif