Properties
				
					
					Private listEcu
					listEcu: any
					
					
				
				
					
					Private listPid
					listPid: any
					
					
				
				
					
					Private pidEcuList
					pidEcuList: any
					
					
				
			
			
				Methods
				
					
					Private _dec2hex
					
						- _dec2hex(decNumber: number): string
 
					
					
						- 
							
							
							
Parameters
							
							Returns string
						 
					
				
				
					
					Private _hex2dec
					
						- _hex2dec(hexNumber: string): number
 
					
					
						- 
							
							
							
Parameters
							
							Returns number
						 
					
				
				
					
					Private _loadPidEcuList
					
						- _loadPidEcuList(returnType: string, returnValue: string): boolean
 
					
					
						- 
							
							
							
Parameters
							
								- 
									
returnType: string
								 
								- 
									
returnValue: string
								 
							
							Returns boolean
						 
					
				
				
					
					Private _loadPidList
					
						- _loadPidList(basePath?: string): void
 
					
					
						- 
							
							
							
Parameters
							
								- 
									
Optional basePath: string
								 
							
							Returns void
						 
					
				
				
					
					getByName
					
						- getByName(slug: string): any
 
					
					
				
				
					
					getByPid
					
						- getByPid(pid: string, mode?: string): any
 
					
					
						- 
							
							
							
Parameters
							
								- 
									
pid: string
								 
								- 
									
Optional mode: string
								 
							
							Returns any
						 
					
				
				
				
				
			
		 
		
	 
 
 
Constructor
Obd2CorePidTest