What does "_T" mean?

Tip / Sign in to post questions, reply, level up, and achieve exciting badges. Know more

cross mob
DeCo_1926091
Level 4
Level 4
First like received

Can someone tell me what the "_T" means at the end of 
CYBLE_GATTS_ERR_PARAM_T ?

   

 

   

Tx

   

 Dennis

0 Likes
1 Solution
Anonymous
Not applicable

Hi Dennis,

   

This is simply a language convention which usually implies "type," or more specifically that the keyword in question is a datatype which can be used to declare a variable. See this StackOverflow Q&A for example:

   

https://stackoverflow.com/questions/1391447/what-does-the-postfix-t-stand-for-in-c

   

Jeff

View solution in original post

0 Likes
2 Replies
Anonymous
Not applicable

Hi Dennis,

   

This is simply a language convention which usually implies "type," or more specifically that the keyword in question is a datatype which can be used to declare a variable. See this StackOverflow Q&A for example:

   

https://stackoverflow.com/questions/1391447/what-does-the-postfix-t-stand-for-in-c

   

Jeff

0 Likes
Bob_Marlowe
Level 10
Level 10
First like given 50 questions asked 10 questions asked

Well, have a look at this...

   

 

   

Bob

0 Likes