get_data
  
  Description:
  [ 
Version ( since = 
"1.10" ) ]
public uint8 get_data (
out size_t data_size)
  
    Gets the PCO data in raw bytes.
    Parameters:
    
      
        | this | a Pco. | 
      
        | data_size | Size of the PCO data, if any given. | 
    
    Returns:
    
      
        | the PCO data, or nullif it doesn't contain any. |